type testing.testDeps

6 uses

	testing (current package)
		fuzz.go#L462: 	deps testDeps
		fuzz.go#L477: func runFuzzTests(deps testDeps, fuzzTests []InternalFuzzTarget, deadline time.Time) (ran, ok bool) {
		fuzz.go#L562: func runFuzzing(deps testDeps, fuzzTests []InternalFuzzTarget) (ok bool) {
		testing.go#L2277: 	deps        testDeps
		testing.go#L2297: type testDeps interface {
		testing.go#L2319: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {